home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
archives
/
com
/
internet
/
sting
/
sting.lzh
/
STING
/
dev-kit
/
header
/
portab.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-03
|
305b
|
19 lines
/*
* Header file for making the STinG header files work
* with various compilers.
*
* Just #include "portab.h" before #include'ing the
* other header files ...
*
*/
#ifndef __PUREC__
#ifdef LATTICE
#define cdecl __stdargs
#else
#define cdecl
#endif
#endif